Skip to content

Commit 8264ad5

Browse files
author
Caitlin Bales (MSFT)
committed
Add TimeOfDay type to helper
1 parent d344532 commit 8264ad5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GraphODataTemplateWriter/CodeHelpers/Android/TypeHelperAndroid.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ public static string GetTypeString(this OdcmType @type)
4040
return "java.util.Calendar";
4141
case "Date":
4242
return "com.microsoft.graph.model.DateOnly";
43+
case "TimeOfDay":
44+
return "com.microsoft.graph.model.TimeOfDay";
4345
case "Json":
4446
return "com.google.gson.JsonElement";
4547
case "Binary":

0 commit comments

Comments
 (0)