Click or drag to resize
SayDateTimeCommand Constructor
Overload List
  NameDescription
Public methodSayDateTimeCommand(Int64)
Creates a new SayDateTimeCommand that says the given time. the time to say in seconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time (UTC)
Public methodSayDateTimeCommand(Int64, String)
Creates a new SayDateTimeCommand that says the given time and allows interruption by one of the given escape digits.
Public methodSayDateTimeCommand(Int64, String, String)
Creates a new SayDateTimeCommand that says the given time in the given format and allows interruption by one of the given escape digits.
Public methodSayDateTimeCommand(Int64, String, String, String)
Creates a new SayDateTimeCommand that says the given time in the given format and timezone and allows interruption by one of the given escape digits.
Top
See Also